2005-07-05 Matthias Clasen <mclasen@redhat.com>
+ * gtk/gtkspinbutton.c (gtk_spin_button_new_with_range): Add some
+ additional docs on precision. (#309238, Steve Chaplin)
+
* modules/input/imime.c: Fix includes. (#309462, Kazuki IWAMOTO)
2005-07-05 Matthias Clasen <mclasen@redhat.com>
2005-07-05 Matthias Clasen <mclasen@redhat.com>
+ * gtk/gtkspinbutton.c (gtk_spin_button_new_with_range): Add some
+ additional docs on precision. (#309238, Steve Chaplin)
+
* modules/input/imime.c: Fix includes. (#309462, Kazuki IWAMOTO)
2005-07-05 Matthias Clasen <mclasen@redhat.com>
2005-07-05 Matthias Clasen <mclasen@redhat.com>
+ * gtk/gtkspinbutton.c (gtk_spin_button_new_with_range): Add some
+ additional docs on precision. (#309238, Steve Chaplin)
+
* modules/input/imime.c: Fix includes. (#309462, Kazuki IWAMOTO)
2005-07-05 Matthias Clasen <mclasen@redhat.com>
* #GtkSpinButton without manually creating an adjustment. The value is
* initially set to the minimum value and a page increment of 10 * @step
* is the default. The precision of the spin button is equivalent to the
- * precision of @step.
+ * precision of @step.
+ *
+ * Note that the way in which the precision is derived works best if @step
+ * is a power of ten. If the resulting precision is not suitable for your
+ * needs, use gtk_spin_button_set_digits() to correct it.
*
* Return value: The new spin button as a #GtkWidget.
**/